@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  max-width: 1920px;
  margin: auto;
  padding-bottom: 120px;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  bottom: 0;
  background: url(../images/banbar.png) center bottom no-repeat;
  height: 386px;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  left: 50%;
  bottom: 70px;
  z-index: 3;
  width: 300px;
  margin-left: -150px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #153585 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span::before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #153585;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .tel {
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 95px;
  margin-left: -640px;
}
.banner .tel .t1 {
  height: 23px;
  line-height: 23px;
  font-weight: bold;
  font-size: 16px;
}
.banner .tel .t1::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: top;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
  margin-right: 12px;
}
.banner .tel .t2 {
  margin-top: 14px;
  line-height: 18px;
  font-family: Arial;
  font-size: 24px;
}
.title {
  line-height: 1;
  position: relative;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  color: #153585;
  font-size: 54px;
  line-height: 38px;
}
.title b {
  display: block;
  margin-top: 20px;
  font-weight: normal;
  font-size: 35px;
  position: relative;
}
.title b::before {
  content: "";
  width: 37px;
  height: 29px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 12px;
  background: url(../images/titico.png) 0 center no-repeat;
}
.title b::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 25px;
  width: 1px;
  height: 41px;
  background-color: #c4d0e4;
}
.title em {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  color: #8a8a8a;
  margin-top: 30px;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .search {
  float: right;
  margin-top: 82px;
  width: 380px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding-right: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .search .searchInp {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: none;
  padding: 0 18px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .search .searchInp::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.titBox .search .searchInp::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.titBox .search .searchInp:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.titBox .search .searchInp:focus::-webkit-input-placeholder,
.titBox .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .searchInp:focus::-moz-placeholder,
.titBox .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .searchInp:focus:-ms-input-placeholder,
.titBox .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .submitBtn {
  background: #153585 url(../images/searchico.png) center center no-repeat;
  width: 60px;
  height: 50px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.titBox .search .submitBtn:hover {
  background-color: #feaa06;
}
.titBox .search:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product {
  background-color: #f3f6ff;
  padding: 64px 0 74px;
}
.product .proNav {
  overflow: hidden;
  margin-left: -11px;
  margin-right: -11px;
  width: 1302px;
  height: 193px;
  background: url(../images/pronavbg.png) center center no-repeat;
  margin-top: 20px;
  padding: 10px 14px 20px 8px;
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  margin: 0 28px;
}
.product .proNav ul li {
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}
.product .proNav ul li::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/pronavli.png) 0 center no-repeat;
  width: 7px;
  height: 69px;
  left: -15px;
  top: 40px;
}
.product .proNav ul li:first-child::before {
  display: none;
}
.product .proNav ul li > a {
  display: block;
  position: relative;
  font-size: 0;
  width: 132px;
  height: 138px;
  text-align: center;
  border-radius: 8px;
  padding-top: 16px;
  background-color: #f0f0f0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 100% 100%;
  width: 26px;
  height: 20px;
  left: 12px;
  top: -10px;
}
.product .proNav ul li > a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 100% 100% 0 0;
  width: 26px;
  height: 20px;
  right: 12px;
  bottom: -10px;
}
.product .proNav ul li > a i {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a i img {
  max-width: 30px;
  max-height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.6);
}
.product .proNav ul li > a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
}
.product .proNav ul li > a em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
  font-size: 12px;
  color: #c4c4c4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a b {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #153585;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav ul li > a b::before {
  content: "→";
  font-size: 14px;
}
.product .proNav ul li:hover > a,
.product .proNav ul li.on > a {
  background-color: #feaa06;
  box-shadow: 3px 5px 10px 0px rgba(32, 32, 32, 0.05);
}
.product .proNav ul li:hover > a i,
.product .proNav ul li.on > a i {
  background: #fff;
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
  box-shadow: 3px 5px 13px 0px rgba(32, 32, 32, 0.08);
}
.product .proNav ul li:hover > a i img,
.product .proNav ul li.on > a i img {
  filter: grayscale(0) brightness(1);
}
.product .proNav ul li:hover > a span,
.product .proNav ul li.on > a span {
  font-weight: bold;
}
.product .proNav ul li:hover > a em,
.product .proNav ul li.on > a em {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav ul li:hover > a b,
.product .proNav ul li.on > a b {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 20px;
}
.product .proNav .tel {
  text-align: center;
  height: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  margin-top: 54px;
}
.product .proNav .tel::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  vertical-align: top;
  margin-right: 10px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/protel.png) center center no-repeat;
}
.product .proNav .tel i {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.product .proNav .zxLink {
  display: block;
  margin: auto;
  margin-top: 26px;
  width: 160px;
  height: 50px;
  background-color: #ffc355;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 0 0 5px rgba(254, 170, 6, 0.2);
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .zxLink:hover {
  background-color: #153585;
  box-shadow: 0 0 0 8px rgba(21, 53, 133, 0.2);
}
.product .proTabs {
  position: relative;
  margin-top: -20px;
}
.product .proList {
  min-height: 100px;
  overflow: hidden;
}
.product .proList ul {
  margin-right: -40px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  margin-right: 40px;
  margin-top: 30px;
  float: left;
}
.product .proList ul li .item {
  width: 400px;
  height: 412px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 15px 15px 0;
}
.product .proList ul li .item .pic {
  display: block;
  height: 292px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt {
  margin-top: 10px;
  position: relative;
}
.product .proList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  color: #6a6a6a;
  padding-right: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .more {
  position: absolute;
  right: 0;
  top: 28px;
  text-align: center;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: solid 1px #e9e9e9;
  line-height: 34px;
  font-size: 12px;
  color: #153585;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .more::before {
  content: "→";
}
.product .proList ul li .item .en {
  margin-right: 36px;
  border-top: 1px solid #f0f0f0;
  line-height: 36px;
  font-size: 12px;
  letter-spacing: 6px;
  color: #dbdbdb;
  text-transform: uppercase;
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product .proList ul li .item:hover .tt .bt {
  color: #153585;
}
.product .proList ul li .item:hover .tt .more {
  background-color: #153585;
  color: #fff;
  border-color: #153585;
}
.product .proimg {
  position: absolute;
  right: -229px;
  top: 252px;
  pointer-events: none;
  background: url(../images/proimg.png) 0 center no-repeat;
  width: 211px;
  height: 211px;
}
.mbanBox {
  height: 285px;
  text-align: right;
  color: #fff;
  padding-top: 85px;
  line-height: 1;
}
.mbanBox .t1 img {
  display: inline-block;
  vertical-align: top;
}
.mbanBox .t2 {
  margin-top: 36px;
  font-size: 16px;
  color: #a5afcf;
  position: relative;
}
.mbanBox .t2::before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: -52px;
  width: 287px;
  height: 83px;
  background: url(../images/mbanline.png) 0 center no-repeat;
}
.mbanBox .tel {
  font-size: 20px;
  line-height: 27px;
  color: #e2e2e2;
  margin-top: 36px;
  font-weight: bold;
}
.mbanBox .tel::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: top;
  margin-right: 10px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/mbantel.png) center center no-repeat;
}
.mbanBox .mbanimg {
  width: 178px;
  background: url(../images/mbanimg.png) 0 center no-repeat;
  height: 140px;
  position: absolute;
  bottom: 100px;
  left: 270px;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  padding-bottom: 92px;
}
.about .aboutText {
  width: 1306px;
  height: 492px;
  background-color: #fafbff;
  border-radius: 4px;
  margin-top: 86px;
  padding-left: 605px;
  padding-top: 102px;
  padding-right: 125px;
  position: relative;
}
.about .aboutText .tit {
  line-height: 1;
}
.about .aboutText .tit span {
  display: block;
  font-weight: bold;
  font-size: 28px;
}
.about .aboutText .tit span img {
  display: inline-block;
  vertical-align: top;
}
.about .aboutText .tit i {
  display: block;
  font-size: 12px;
  color: #b5b5b5;
  margin-top: 24px;
  margin-left: 64px;
  margin-right: -5px;
  line-height: 16px;
  height: 16px;
  text-transform: uppercase;
  background: url(../images/abouttiten.png) 0 center no-repeat;
  padding-left: 40px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 32px;
  height: 160px;
  color: #929292;
  font-size: 15px;
  margin-top: 42px;
  text-align: justify;
}
.about .aboutText .more {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  color: #717171;
  margin-top: 42px;
  line-height: 30px;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 7px;
  height: 1px;
  width: 100%;
  background-color: #717171;
}
.about .aboutText .more i {
  min-width: 4px;
}
.about .aboutText .more:hover {
  color: #153585;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutText .more:hover::before {
  background-color: #153585;
}
.about .aboutPic {
  position: absolute;
  left: -320px;
  width: 892px;
  height: 596px;
  top: -58px;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .tip {
  position: absolute;
  background: rgba(21, 53, 133, 0.85) url(../images/abouttipico.png) center 85px no-repeat;
  padding-top: 140px;
  text-align: center;
  width: 122px;
  height: 248px;
  right: -48px;
  top: -10px;
}
.about .tip .t1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
}
.about .tip .t2 {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 14px;
  margin-top: 26px;
}
.about .honor {
  position: absolute;
  display: block;
  left: 400px;
  top: 379px;
  width: 172px;
  height: 119px;
  background-color: #ffffff;
  border: solid 1px #e9e9e9;
}
.about .honor img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.about .scope {
  border-bottom: 1px solid #e1e1e1;
  padding: 58px 0 28px;
}
.about .scope .yyBox ul {
  margin-left: 48px;
  margin-right: -100px;
}
.about .scope .yyBox ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .scope .yyBox ul li {
  float: left;
  width: 316px;
  height: 56px;
  position: relative;
  padding-left: 74px;
  padding-top: 12px;
}
.about .scope .yyBox ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #153585;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .scope .yyBox ul li i.ico1 {
  background-image: url(../images/alinkico1.png);
}
.about .scope .yyBox ul li i.ico2 {
  background-image: url(../images/alinkico2.png);
}
.about .scope .yyBox ul li i.ico3 {
  background-image: url(../images/alinkico3.png);
}
.about .scope .yyBox ul li i.ico4 {
  background-image: url(../images/alinkico4.png);
}
.about .scope .yyBox ul li span {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
}
.about .scope .yyBox ul li em {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 10px;
  color: #b2b2b2;
}
.about .scope .yyBox ul li:hover i,
.about .scope .yyBox ul li.on i {
  background-color: #feaa06;
}
.about .quaSwiper {
  overflow: hidden;
  margin-top: 58px;
  width: 894px;
  height: 288px;
}
.about .quaSwiper ul li {
  float: left;
  width: 174px;
  margin-right: 66px;
  height: 288px;
}
.about .quaSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 244px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .quaSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .quaSwiper ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
  position: relative;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .quaSwiper ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .quaSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .quaSwiper ul li:hover .bt {
  color: #feaa06;
}
.about .quaSwiper:nth-child(2) ul li .pic i img {
  object-fit: contain;
}
.showTabs {
  margin-top: 50px;
}
.showTabs .bd {
  margin: 0 -13px;
  height: 297px;
  overflow: hidden;
}
.showTabs .bd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showTabs .bd ul li {
  float: left;
}
.showTabs .bd ul li .item {
  width: 300px;
  height: 285px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin: 0 13px 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 11px 11px 0;
}
.showTabs .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 223px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .bd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  color: #6a6a6a;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.showTabs .bd ul li .item .bt:hover {
  color: #153585;
}
.showTabs .bd ul li .item:hover {
  box-shadow: 3px 5px 6px 0px rgba(32, 32, 32, 0.16);
}
.showTabs .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.showTabs .bd ul li .item:hover .bt {
  font-weight: bold;
}
.showTabs .prev {
  position: absolute;
  height: 30px;
  left: -40px;
  top: 125px;
  line-height: 30px;
  color: #d3d3d3;
  text-shadow: 1px 0 0 #d3d3d3;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .prev::before {
  content: "<";
  font-family: simsun;
  font-size: 44px;
}
.showTabs .prev:hover {
  color: #153585;
  text-shadow: 1px 0 0 #153585;
}
.showTabs .next {
  position: absolute;
  height: 30px;
  right: -40px;
  top: 125px;
  line-height: 30px;
  color: #d3d3d3;
  text-shadow: 1px 0 0 #d3d3d3;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .next::before {
  content: ">";
  font-family: simsun;
  font-size: 44px;
}
.showTabs .next:hover {
  color: #153585;
  text-shadow: 1px 0 0 #153585;
}
.formbox {
  height: 308px;
  padding-top: 60px;
  padding-right: 166px;
}
.formbox .tit {
  color: #fff;
  margin-bottom: 40px;
  line-height: 1;
}
.formbox .tit i {
  display: block;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 20px;
}
.formbox .tit span {
  display: block;
  font-size: 24px;
  margin-top: 16px;
}
.formbox input {
  float: left;
  display: block;
  border: none;
  background: none;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 238px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  position: relative;
  padding-left: 14px;
  padding-right: 35px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.formbox input.username {
  background: url(../images/inpxm.png) 210px center no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
}
.formbox input.usertel {
  background: url(../images/inpdh.png) 207px center no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
}
.formbox input.xqcontent {
  background: url(../images/inpnr.png) 307px center no-repeat;
  width: 340px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
}
.formbox input.codeText {
  width: 238px;
}
.formbox input::-webkit-input-placeholder {
  color: #b9c1d7;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.formbox input::-moz-placeholder {
  color: #b9c1d7;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.formbox input:-ms-input-placeholder {
  color: #b9c1d7;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.formbox input:focus,
.formbox input:active {
  z-index: 2;
}
.formbox input:focus::-webkit-input-placeholder,
.formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.formbox input:focus::-moz-placeholder,
.formbox input:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.formbox input:focus:-ms-input-placeholder,
.formbox input:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.formbox .code {
  position: relative;
  display: block;
  float: left;
}
.formbox .code .imgCode {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 67px;
  height: 26px;
  border: none;
  display: block;
  z-index: 2;
}
.formbox .submitform {
  display: block;
  margin-top: 26px;
  float: left;
  width: 76px;
  height: 76px;
  border: solid 1px rgba(185, 193, 215, 0.3);
  background-color: transparent;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.formbox .submitform::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url(../images/tjico.png) center center no-repeat;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.formbox .submitform:hover {
  border-color: #fff;
}
.formbox .submitform:hover::before {
  background-color: #feaa06;
}
.formbox .lyimg {
  position: absolute;
  background: url(../images/lyimg.png) 0 center no-repeat;
  width: 353px;
  height: 251px;
  top: 23px;
  left: 1103px;
  pointer-events: none;
}
.case {
  background: url(../images/casebg.jpg) center 0 no-repeat;
  background-color: #f3f6ff;
}
.case .caseBox {
  margin-top: 92px;
}
.case .title {
  text-align: right;
  float: right;
}
.case .title b::after {
  content: "";
  width: 37px;
  height: 29px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 12px;
  background: url(../images/titico.png) 0 center no-repeat;
  position: relative;
  left: 0;
  top: 0;
  margin-left: 10px;
}
.case .title b::before {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 25px;
  width: 1px;
  height: 41px;
  background-color: #c4d0e4;
  margin-right: 0;
}
.case .tel {
  font-weight: bold;
  font-size: 20px;
  line-height: 16px;
  padding-left: 26px;
  padding-top: 22px;
  position: absolute;
  left: 0;
  top: 95px;
  z-index: 2;
}
.case .tel::before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.case .swiper-container {
  cursor: url(../images/gesturein.png), default;
}
.case .swiper-container img {
  cursor: url(../images/gesturein.png), default;
}
.case .caseSwiper {
  margin: 30px auto 0;
  width: 94%;
  max-width: 1650px;
}
.case .caseSwiper ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  float: left;
  width: 31.2%;
  margin-right: 3.2%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.case .caseSwiper ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  box-shadow: 3px 5px 13px 0px rgba(32, 32, 32, 0.1);
  border: solid 1px #e9e9e9;
  padding: 12px 14px 0;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  height: 0;
  padding-top: 77%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt {
  position: relative;
  padding-right: 56px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  height: 96px;
}
.case .caseSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .tt .bt:hover {
  color: #153585;
}
.case .caseSwiper ul li .item .tt .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #bfbfbf;
  text-transform: uppercase;
}
.case .caseSwiper ul li .item .tt .en::after {
  content: "";
  width: 188px;
  height: 1px;
  background-color: #eaeaea;
  display: inline-block;
  vertical-align: middle;
  margin-left: 34px;
}
.case .caseSwiper ul li .item .tt .more {
  position: absolute;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: #f3f6ff;
  top: 20px;
  text-align: center;
  line-height: 46px;
  border-radius: 100%;
  color: #a9a9a9;
  font-size: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .more::before {
  content: "+";
}
.case .caseSwiper ul li .item .tt .more:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li .item:hover .tt .more {
  background-color: #153585;
  color: #fff;
}
.news {
  padding: 96px 0 42px;
  background-color: #f3f6ff;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 64px;
}
.news .newsTab ul li {
  margin-left: 30px;
  float: left;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  width: 165px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  color: #3e3e3e;
  padding-left: 54px;
  background: url(../images/newsnavli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-image: url(../images/newsnavlih.png);
  color: #fff;
}
.news .newsTabs {
  margin-top: 12px;
  position: relative;
  z-index: 1;
  width: 1372px;
  height: 596px;
  background-color: #f9fbff;
  border-radius: 4px;
  padding: 26px 32px 0 60px;
  margin-left: -60px;
  margin-right: -32px;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
}
.news .newsList .newsT::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 {
  float: left;
  width: 516px;
}
.news .newsList .list1 ul li {
  margin-top: 38px;
  padding-left: 118px;
  height: 100px;
  position: relative;
  padding-top: 8px;
}
.news .newsList .list1 ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 114px;
  top: -15px;
  width: 403px;
  height: 1px;
  background-color: #ededed;
}
.news .newsList .list1 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list1 ul li:first-child::before {
  display: none;
}
.news .newsList .list1 ul li .date {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  background-color: #153585;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .date i {
  text-transform: uppercase;
  display: block;
  line-height: 12px;
  font-size: 14px;
}
.news .newsList .list1 ul li .date em {
  display: block;
  margin: 18px auto;
}
.news .newsList .list1 ul li .date span {
  display: block;
  font-size: 13px;
  line-height: 12px;
}
.news .newsList .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/newsli.png) 0 center no-repeat;
  padding-left: 33px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .bt:hover {
  color: #153585;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li p {
  margin-left: 33px;
  font-size: 14px;
  color: #8c8c8c;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
}
.news .newsList .list1 ul li:hover .date {
  background-color: #feaa06;
}
.news .newsList .list2 {
  float: right;
  padding-left: 44px;
  border-left: 1px solid rgba(153, 153, 153, 0.2);
  width: 699px;
  padding-top: 10px;
}
.news .newsList .list2 ul {
  margin-right: -34px;
}
.news .newsList .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  margin-right: 34px;
  width: 310px;
  float: left;
}
.news .newsList .list2 ul li .pic {
  display: block;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .cont {
  padding-top: 18px;
}
.news .newsList .list2 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li .cont .bt:hover {
  color: #153585;
}
.news .newsList .list2 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  color: #9e9e9e;
  margin-top: 4px;
}
.news .newsList .list2 ul li .cont .date {
  text-align: center;
  width: 120px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 13px;
  border: solid 1px #d4d4d4;
  line-height: 24px;
  font-size: 12px;
  color: #bdbdbd;
  margin-top: 12px;
}
.news .newsList .list2 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list2 ul li:hover .bt {
  color: #153585;
}
.news .list3 {
  margin-top: 46px;
}
.news .list3 ul {
  margin-right: -40px;
}
.news .list3 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list3 ul li {
  float: left;
  width: 400px;
  margin-right: 40px;
}
.news .list3 ul li .item {
  height: 115px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  position: relative;
  padding: 26px 26px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list3 ul li .item .date {
  text-align: right;
  background: url(../images/date.png) 0 center no-repeat;
  color: #555555;
  height: 17px;
  line-height: 17px;
  font-size: 13px;
}
.news .list3 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 16px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list3 ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list3 ul li .item .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  width: 35px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list3 ul li .item:hover,
.news .list3 ul li .item.on {
  border-color: #153585;
}
.news .list3 ul li .item:hover .bt,
.news .list3 ul li .item.on .bt {
  color: #153585;
}
.news .list3 ul li .item:hover .bt::before,
.news .list3 ul li .item.on .bt::before {
  background-color: #153585;
}
.news .newsimg {
  position: absolute;
  width: 168px;
  height: 334px;
  left: -186px;
  bottom: -160px;
  background: url(../images/newsbg.png) 0 center no-repeat;
}
